home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / music_utilities / pt156.dms / pt156.adf / s / startup-sequence < prev   
Text File  |  1992-04-16  |  1KB  |  36 lines

  1. Echo " "
  2. Big                ; Nice big CLI window
  3. Check37                ; Check for Kickstart 2.04 or higher
  4. If Warn
  5.     Echo " "
  6.     Echo "Kickstart 2.0 or higher..."
  7.     Echo "Just setting up..."
  8.     Setpatch2 >NIL:
  9.     Makedir RAM:T        ; This drawer is needed to use MakeDisk.  It
  10.     Assign T: RAM:T        ; is used by Execute
  11.     Resident C:Execute Add
  12. Else
  13.     Resident C:Echo Add
  14.     Wait 1
  15.     Echo " "
  16.     Echo "Kickstart 1.3 or lower..."
  17.     Echo "Just copying a few commands to RAM..."
  18.     Setpatch1 >NIL:
  19.     Wait 1
  20.     Resident C:Run Add    ; Less disk accessing
  21.     ; Believe it or not, all these Waits SPEED UP the loading!
  22. EndIf
  23. Run >NIL: RTPatch
  24. Wait 3
  25. Echo " "
  26. Echo "                       No Sampler? Utilities Volume 3"
  27. Echo "                        Compiled by Michael Richmond"
  28.  
  29. Run >NIL: PP            ; Run PP without an annoying error
  30. Wait 2
  31. Cls
  32. Type S:Message1         ; Display a message
  33. Prompt " MUG >: "      ; Change Shell prompt
  34. Assign TREG: SYS:Effects    ; TREG's FX directory
  35. Run >NIL: C:MUGMenu S:Menu1
  36.